ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDFLayer Class / Name Property




In This Topic
    Name Property (ImGearPDFLayer)
    In This Topic
    Gets or sets name of the layer.
    Syntax
    'Declaration
     
    Public Property Name As String
    'Usage
     
    Dim instance As ImGearPDFLayer
    Dim value As String
     
    instance.Name = value
     
    value = instance.Name
    public string Name {get; set;}
    public: __property string* get_Name();
    public: __property void set_Name( 
       string* value
    );
    public:
    property String^ Name {
       String^ get();
       void set (    String^ value);
    }

    Property Value

    String value.
    See Also