DocData.InitNew(UInt32) Method

Definition

Initializes a document data class.

public:
 virtual int InitNew(System::UInt32 formatIndex);
public int InitNew (uint formatIndex);
abstract member InitNew : uint32 -> int
override this.InitNew : uint32 -> int
Public Function InitNew (formatIndex As UInteger) As Integer

Parameters

formatIndex
UInt32

Index of the format we are using to represent the document.

Returns

Implements

Remarks

We only support a single file format so the parameter is redundant.

Applies to