←Select platform

PDFContentType Enumeration

Summary

Specifies PDF content type

Syntax

C#
VB
Java
C++
[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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Pdf Assembly