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