 | PdfDocumentSecurityRevision Property |
Gets the security handler revision number. Please refer to
PDF Reference for detailed description.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.111.2704
Syntaxpublic int SecurityRevision { get; }Public ReadOnly Property SecurityRevision As Integer
Get
public:
property int SecurityRevision {
int get ();
}member SecurityRevision : int with get
/** @property */
public int get_SecurityRevision()
function get_SecurityRevision();
Property Value
Int32
See Also