Accusoft.PrintProSdk Namespace > PrintJob Class : TemplateFileName Property |
'Declaration Public Property TemplateFileName As String
'Usage Dim instance As PrintJob Dim value As String instance.TemplateFileName = value value = instance.TemplateFileName
public string TemplateFileName {get; set;}
The default value is an empty string.
A collage template file is a text file of particular format that describes component image size and location. The first line is a format and version control line so that future modifications may be supported transparently and is as follows: Accusoft PrintPRO Template Version 1 Units = TW | PO | PI | CH | IN | MI | CE
Use only one of the unit indicators. They represent Twips, Point, Pixel, Character, Inches, Millimeter and Centimeter. The first two characters are sufficient for selecting the unit used to describe location and dimensions. Each subsequent line describes the location and cropping of an component image.
A line consists of a delimited (by comma, space, spaces or tab) series of values: Left, Top, Width, Height, SourceLeft, SourceTop, SourceWidth, SourceHeight and an Aspect flag. If the source parameters are omitted then the entire source image is inserted.