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 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 TiffOpenMultiPageForWrite method before loading the file. |