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




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

    Property Value

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