ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDFSecurityData Class / OwnerPW Property




In This Topic
    OwnerPW Property
    In This Topic
    The owner password string.
    Syntax
    'Declaration
     
    Public Property OwnerPW As String
    'Usage
     
    Dim instance As ImGearPDFSecurityData
    Dim value As String
     
    instance.OwnerPW = value
     
    value = instance.OwnerPW
    public string OwnerPW {get; set;}
    public: __property string* get_OwnerPW();
    public: __property void set_OwnerPW( 
       string* value
    );
    public:
    property String^ OwnerPW {
       String^ get();
       void set (    String^ value);
    }

    Property Value

    String value.
    See Also