Discuss this help topic in SecureBlackbox Forum
Specifies the number of reference XObjects in the document.
Declaration
[C#]
int ExternalRefXObjects;
[VB.NET]
Property ExternalRefXObjects As Integer
[Pascal]
property ExternalRefXObjects : integer;
[C++]
int32_t get_ExternalRefXObjects();
void set_ExternalRefXObjects(int32_t Value);
[PHP]
integer get_ExternalRefXObjects()
void set_ExternalRefXObjects(integer $Value)
[Java]
int getExternalRefXObjects();
void setExternalRefXObjects(int Value);
Description
Use this property to specify the number of reference XObjects in the document.
Discuss this help topic in SecureBlackbox Forum