|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ImageOpenType in aspose.pdf |
---|
Fields in aspose.pdf declared as ImageOpenType | |
---|---|
static ImageOpenType |
ImageOpenType.File
Opens the image from a file. |
static ImageOpenType |
ImageOpenType.Memory
Opens the image from memory directly. |
static ImageOpenType |
ImageOpenType.Url
Opens the image from a url directly. |
Methods in aspose.pdf that return ImageOpenType | |
---|---|
ImageOpenType |
ImageInfo.getOpenType()
Deprecated. This function is now obsolete. URL is supported in Image.ImageInfo.File. Memory image can be supported by Image.ImageInfo.ImageStream. You need not set OpenType any more. |
Methods in aspose.pdf with parameters of type ImageOpenType | |
---|---|
void |
ImageInfo.setOpenType(ImageOpenType imgOpenType)
Deprecated. This function is now obsolete. URL is supported in Image.ImageInfo.File. Memory image can is supported by Image.ImageInfo.ImageStream. You need not set OpenType any more. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |