XReadOptions ContentItem Property. Gets or sets the content items to process. ABCpdf .NET PDF Library.

ABCpdf .net

 
   

 

Type Default Read Only Description
[C#]ContentItemType

[Visual Basic]
ContentItemType
Default No Gets or sets the content items to process.

 

   

Notes
 

The ContentItemType enumeration may take the following values:

  • Default – specifies that module-specific default settings should be used.
  • Content – specifies to import only main content.
  • WithMarkup – specifies to import main content and mark-up.

This property is currently used only when importing MS Word-supported documents using the MSOffice read module.

 

   

Example
 

None.