Overload | Description |
---|---|
TiffCreateMultiPageFromFile(String) | Creates a new GdPicture image representing the editable multipage TIFF image based on an input file. The newly created image is identified by its unique non-zero image identifier.
Please note that you can specify the read-only or read-write mode using the GdPictureImaging.TiffOpenMultiPageForWrite method before loading the file. |
TiffCreateMultiPageFromFile(String,Boolean) | Creates a new GdPicture image representing the editable multipage TIFF image based on an input file. The newly created image is identified by its unique non-zero image identifier.
Please note that you can specify the read-only or read-write mode using the GdPictureImaging.TiffOpenMultiPageForWrite method before loading the file. |
In This Topic
TiffCreateMultiPageFromFile Method (GdPictureImaging)
In This Topic
Creates a new GdPicture image representing the editable multipage TIFF image based on the parameters you have specified.
Overload List
See Also