 | PdfPageObjectMarkedContent Property |
Namespace:
Patagames.Pdf.Net
Assembly:
Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.40.2704
Syntaxpublic PdfMarkedContentCollection MarkedContent { get; }
Public ReadOnly Property MarkedContent As PdfMarkedContentCollection
Get
public:
property PdfMarkedContentCollection^ MarkedContent {
PdfMarkedContentCollection^ get ();
}
member MarkedContent : PdfMarkedContentCollection with get
/** @property */
public PdfMarkedContentCollection get_MarkedContent()
function get_MarkedContent();
Property Value
Type:
PdfMarkedContentCollection
See Also