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




In This Topic
    HasOwnerPW Property
    In This Topic
    Gets or sets a value indicating whether the owner password is provided.
    Syntax
    'Declaration
     
    Public Property HasOwnerPW As Boolean
    'Usage
     
    Dim instance As ImGearPDFSecurityData
    Dim value As Boolean
     
    instance.HasOwnerPW = value
     
    value = instance.HasOwnerPW
    public bool HasOwnerPW {get; set;}
    public: __property bool get_HasOwnerPW();
    public: __property void set_HasOwnerPW( 
       bool value
    );
    public:
    property bool HasOwnerPW {
       bool get();
       void set (    bool value);
    }

    Property Value

    Boolean value.
    Remarks
    The default value is false.
    See Also