 | 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.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 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
Type:
String
See Also