public final class XobjectType
extends com.aspose.ms.System.Enum
Specifies the types of xobject in PDF.
Modifier and Type | Field and Description |
---|---|
static int |
FormXobject
The type of xobject is form.
|
static int |
ImageXobject
The type of xobject is image.
|
static int |
PDIXobject
The type of xobject is PDI(PDF import labrary).
|
public static final int ImageXobject
The type of xobject is image.
public static final int FormXobject
The type of xobject is form.
public static final int PDIXobject
The type of xobject is PDI(PDF import labrary).
Copyright © 2016 Aspose. All Rights Reserved.