 | PdfDocumentSecurityRevision Property |
Gets the security handler revision number. Please refer to
PDF Reference for detailed description.
Namespace:
Patagames.Pdf.Net
Assemblies:
Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.81.2704
Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.81.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
Type:
Int32
See Also