![]() |
Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.23
|
Leadtools.Pdf Assembly > Leadtools.Pdf Namespace : PDFContentType Enumeration |
[SerializableAttribute()] public enum PDFContentType : System.Enum
'Declaration
<SerializableAttribute()> Public Enum PDFContentType Inherits System.Enum
'Usage
Dim instance As PDFContentType
public enum PDFContentType
[SerializableAttribute()] public enum class PDFContentType : public System.Enum
Value | Member | Description |
---|---|---|
0x00000000 | Text | PDF contains any content ![]() ![]() |
0x00000001 | Image | Page has an image only, no other content ![]() ![]() |
0x00000002 | ImageOverText | Page has an image over the content ![]() ![]() |
For an example, refer to PDFDocument.GetContentType and PDFDocument.
System.Object
System.ValueType
System.Enum
Leadtools.Pdf.PDFContentType