 | PdfOutputIntentItemInfo Property |
Gets or sets a human-readable text string containing additional information or comments about the intended target device or production condition.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic string Info { get; }
Public ReadOnly Property Info As String
Get
public:
property String^ Info {
String^ get ();
}
member Info : string with get
/** @property */
public String get_Info()
Property Value
StringRequired if
ConditionId does not specify a standard production condition; optional otherwise.
See Also