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




In This Topic
    NewOwnerPW Property
    In This Topic
    Gets or sets a value indicating whether the owner password should be changed.
    Syntax
    'Declaration
     
    Public Property NewOwnerPW As Boolean
    'Usage
     
    Dim instance As ImGearPDFSecurityData
    Dim value As Boolean
     
    instance.NewOwnerPW = value
     
    value = instance.NewOwnerPW
    public bool NewOwnerPW {get; set;}
    public: __property bool get_NewOwnerPW();
    public: __property void set_NewOwnerPW( 
       bool value
    );
    public:
    property bool NewOwnerPW {
       bool get();
       void set (    bool value);
    }

    Property Value

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