MetadataIsFixedSize Property |
Checks if colleciton has fixed size.
Namespace: Aspose.PdfAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntaxpublic bool IsFixedSize { get; }
Public ReadOnly Property IsFixedSize As Boolean
Get
public:
property bool IsFixedSize {
bool get ();
}
member IsFixedSize : bool with get
Property Value
Type:
Boolean
See Also