'Declaration Protected Overridable Function GetSinglePageFilename( _
ByVal filenameThe filename.As System.String, _
The filename can contains the predefined format variables:
Examples of filename format:
- {PageNumber} - page number in source image file
- {PageIndex} - zero-based page index in source image file
- {ImageNumber} - image number in image collection
- {ImageIndex} - zero-based image index in image collection
- {DecoderName} - decoder name
- {ImageWidthPx} - source image width, in pixels
- {ImageHeightPx} - source image height, in pixels
- {ImageSizeMpx} - source image size, in megapixels
- {ImageHRes} - source image horizontal resolution, in DPI
- {ImageVRes} - source image vertical resolution, in DPI
- {ImageBitsPerPixel} - source image bits per pixel
- {PageLabel} - PageLabel
- image-{PageNumber}.png
- image-{PageNumber}_{ImageBitsPerPixel}bpp.tif
ByVal imageThe image that must be encoded to the file.As VintasoftImage _
) As System.String
protected virtual System.String GetSinglePageFilename(
System.String filename,
VintasoftImage image
)
protected: virtual System.String GetSinglePageFilename(
System.String filename,
VintasoftImage* image
)
protected:
virtual System.String GetSinglePageFilename(
System.String filename,
VintasoftImage^ image
)
Parameters
- filename
- The filename.
The filename can contains the predefined format variables:
- {PageNumber} - page number in source image file
- {PageIndex} - zero-based page index in source image file
- {ImageNumber} - image number in image collection
- {ImageIndex} - zero-based image index in image collection
- {DecoderName} - decoder name
- {ImageWidthPx} - source image width, in pixels
- {ImageHeightPx} - source image height, in pixels
- {ImageSizeMpx} - source image size, in megapixels
- {ImageHRes} - source image horizontal resolution, in DPI
- {ImageVRes} - source image vertical resolution, in DPI
- {ImageBitsPerPixel} - source image bits per pixel
- {PageLabel} - PageLabel
- image-{PageNumber}.png
- image-{PageNumber}_{ImageBitsPerPixel}bpp.tif
- image
- The image that must be encoded to the file.
Return Value
The filename of singlepage file.