| PdfDocumentTrapped Property |
A name object indicating whether the document has been modified to include trapping information (see Section 10.10.5, “Trapping Support” in PDF Reference 1.7).
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.89.2704
Syntax public string Trapped { get; }
Public ReadOnly Property Trapped As String
Get
public:
property String^ Trapped {
String^ get ();
}
member Trapped : string with get
/** @property */
public String get_Trapped()
Property Value
StringSee Also