Sets the layer information for the output.
[Visual Basic] Function UseOutputLayer( _ ByVal p_nLayer As Integer, _ ByVal p_sStartDocument As String, _ ByVal p_sEndDocument As String, _ ByVal p_sStartCode As String, _ ByVal p_sEndCode As String, _ ByVal p_sStartInline As String, _ ByVal p_sEndInline As String, _ ByVal p_sStartText As String, _ ByVal p_sEndText As String _ ) As Boolean [C#] bool UseOutputLayer( int p_nLayer, string p_sStartDocument, string p_sEndDocument, string p_sStartCode, string p_sEndCode, string p_sStartInline, string p_sEndInline, string p_sStartText, string p_sEndText ); [C++] bool UseOutputLayer( int p_nLayer, String* p_sStartDocument, String* p_sEndDocument, String* p_sStartCode, String* p_sEndCode, String* p_sStartInline, String* p_sEndInline, String* p_sStartText, String* p_sEndText ); [JScript] function UseOutputLayer( int p_nLayer, String p_sStartDocument, String p_sEndDocument, String p_sStartCode, String p_sEndCode, String p_sStartInline, String p_sEndInline, String p_sStartText, String p_sEndText ): bool;
True if the data are set successfully, false if an error occurs.
This method should be called before you call OpenOutputFile or OpenOutputString. You do not need to call this method if the output has no extra layer.
IFilter Interface | Okapi.Library.Filter Namespace