Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / DecryptionOptions Class / StringPassword Property

In This Topic
    StringPassword Property
    In This Topic
    Gets or sets the string specifying the password to open a PDF document.

    Note that only one of StringPassword or BytesPassword can be specified, but not both.

    Syntax
    'Declaration
     
    Public Property StringPassword As System.String
    public System.string StringPassword {get; set;}
    See Also