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




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

    Property Value

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