 | PdfOutputIntentItemStandard Property |
Gets or sets the version of PDF standard.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic PdfStandard Standard { get; }
Public ReadOnly Property Standard As PdfStandard
Get
public:
property PdfStandard Standard {
PdfStandard get ();
}
member Standard : PdfStandard with get
/** @property */
public PdfStandard get_Standard()
Property Value
PdfStandardRequired.
See Also