[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.DecryptionOptions.BytesPassword

BytesPassword Property

BytesPassword

Gets or sets the bytes array specifying the password to open a PDF document. This property is useful when password contains specific regional character which cannot be converted to bytes using UTF8 encoding.

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

Declaration
public byte[] BytesPassword { get; set; }
Public Property BytesPassword As Byte()