 | PdfOutputIntentItemCondition Property |
Gets or sets an ASCII string concisely identifying the intended output device or production condition in human-readable form. This is the preferred method of defining such a string for presentation to the user.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic string Condition { get; }
Public ReadOnly Property Condition As String
Get
public:
property String^ Condition {
String^ get ();
}
member Condition : string with get
/** @property */
public String get_Condition()
function get_Condition();
Property Value
StringOptional.
See Also