Specifies a binary-valued, publishing transformation handler-specific description of the transformation to be done for this style template. This could be an XML-based description or the ID of another document that contains a more detailed template. For publishing to an external location, the publishing transformation handler implementers could also have chosen to put a URL as part of this property's value.

The publish style templates associated with the PDF publishing event handler can optionally specify PDF security and watermark settings (stored as XML in the TransformationOptions property). The publish style templates associated with the HTML publishing event handler do not specify any settings in the TransformationOptions property.

Namespace:  FileNet.Api.Publishing
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
Property TransformationOptions As Byte()
C#
byte[] TransformationOptions { get; set; }
Visual C++
property array<unsigned char>^ TransformationOptions {
	array<unsigned char>^ get ();
	void set (array<unsigned char>^ value);
}
JavaScript
function get_transformationOptions();
function set_transformationOptions(value);

ToggleRemarks

ToggleSee Also