public final class StateType
extends com.aspose.ms.System.Enum
Specifies all PDF State. Pdfstate is used to check scope.
Modifier and Type | Field and Description |
---|---|
static int |
StateDocument
PdfStateDocument means in document
|
static int |
StateError
PdfStateError means in error cleanup
|
static int |
StateObject
PdfStateObject means outside any document
|
static int |
StatePage
PdfStatePage means page description in a document
|
static int |
StatePath
PdfStatePath means path in a page description
|
static int |
StatePattern
PdfStatePattern means pattern in a document
|
static int |
StateTemplate
PdfStateTemplate template in a document
|
public static final int StateObject
PdfStateObject means outside any document
public static final int StateDocument
PdfStateDocument means in document
public static final int StatePage
PdfStatePage means page description in a document
public static final int StatePattern
PdfStatePattern means pattern in a document
public static final int StateTemplate
PdfStateTemplate template in a document
public static final int StatePath
PdfStatePath means path in a page description
public static final int StateError
PdfStateError means in error cleanup
Copyright © 2016 Aspose. All Rights Reserved.