Accusoft.PrintPro8.Net
TemplateFileName Property




Gets and sets the photograph collage description filename.
Syntax
'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;}
public: __property string* get_TemplateFileName();
public: __property void set_TemplateFileName( 
   string* value
);
public:
property String^ TemplateFileName {
   String^ get();
   void set (    String^ value);
}
Remarks

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.

See Also

Reference

PrintJob Class
PrintJob Members

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback