←Select platform

PDFContentType Enumeration

Summary

Specifies PDF content type

Syntax
C#
VB
C++
Java
[SerializableAttribute()] 
public enum PDFContentType  
<SerializableAttribute()> 
Public Enum PDFContentType  
public enum PDFContentType 
[SerializableAttribute()] 
public enum class PDFContentType  

Members
ValueMemberDescription
0Text PDF contains any content
1Image Page has an image only, no other content
2ImageOverText Page has an image over the content

Remarks

Used by PDFDocument.GetContentType to indicate the PDF content type.

Example

For an example, refer to PDFDocument.GetContentType and PDFDocument.

Requirements

Target Platforms

See Also

Reference

Leadtools.Pdf Namespace

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Pdf Assembly