'Declaration <DefaultValueAttribute("")> <CategoryAttribute("VintaSoft")> <DescriptionAttribute("The thumbnail caption format string. This is a dependency property.")> Public Property ThumbnailCaptionFormat As System.String
[DefaultValue("")] [Category("VintaSoft")] [Description("The thumbnail caption format string. This is a dependency property.")] public System.String ThumbnailCaptionFormat { get; set; }
[DefaultValue("")] [Category("VintaSoft")] [Description("The thumbnail caption format string. This is a dependency property.")] public: __property System.String get_ThumbnailCaptionFormat(); public: __property void set_ThumbnailCaptionFormat(
System.String value
);
[DefaultValue("")] [Category("VintaSoft")] [Description("The thumbnail caption format string. This is a dependency property.")] public:
property System.String ThumbnailCaptionFormat { System.String get(); void set(System.String value); }
Property Value
List of predefined caption format variables:
Examples of caption 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
- {Filename} - filename without directory
- {FullFilename} - full filename
- {DirectoryName} - directory name
- {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
Examples of caption format:
- {PageNumber}
- File {Filename}, page {PageNumber}
- {ImageSizeMpx:f2} MPX