Discuss this help topic in SecureBlackbox Forum
Specifies the number of fixed-format documents in the list.
Declaration
[C#]
int FixedDocumentCount;
[VB.NET]
Property FixedDocumentCount As Integer
[Pascal]
property FixedDocumentCount : Integer;
[C++]
int32_t get_FixedDocumentCount();
[PHP]
integer get_FixedDocumentCount()
[Java]
int getFixedDocumentCount();
Description
Use this property to get the number of fixed documents in the list.
Discuss this help topic in SecureBlackbox Forum