This property specifies the template file, which provides some
format-specific data essential to the usefulness of the output when
saving in certain formats such as SWF.
When saving in SWF, if the property is null, the output contains
the content of the current rectangle of the current PDF page.
When saving in SWF, if the property is the special value XSaveTemplateData.Template_OnePagePerFrame,
each frame of the output contains the content of a PDF page. The
contents of pages of different sizes will be centered. You can
optionally specify settings that are normally provided by a template file.
Such settings are separated by NUL and the name-value separator is
colon. The values of settings are specified in string in the invariant
culture.
Settings for
XSaveTemplateData.Template_OnePagePerFrame |
Name |
Type |
Default Value |
Description |
FrameRate |
[C#]
ushort
[Visual Basic]
UShort |
64 (¼ frame per second) |
The frame rate in 1/256 frames per second. |
|