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)

Syntax

Visual Basic (Declaration)
Property TransformationOptions As Byte()
C#
byte[] TransformationOptions { get; set; }
C++
property byte[] TransformationOptions abstract  {
    array<char>^ get();
    void set(array<char>^ value);
}
J#
/** property */
public byte[] get_TransformationOptions();

/** property */
public void set_TransformationOptions(byte[] value);
JScript
public function get TransformationOptions() : Byte[]

public function set TransformationOptions(value : Byte[]);

Remarks

See Also