public final class ContentType
extends com.aspose.ms.System.Enum
Specifies the content type of PDF..
Modifier and Type | Field and Description |
---|---|
static int |
None
CNone means no content
|
static int |
Page
CPage means the content is page
|
static int |
Path
CPath means the contant is path
|
static int |
Text
CText means the content is text
|
public static final int None
CNone means no content
public static final int Page
CPage means the content is page
public static final int Path
CPath means the contant is path
public static final int Text
CText means the content is text
Copyright © 2016 Aspose. All Rights Reserved.