Click or drag to resize

CPDFHeaderFooterIsValid Method

Whether object is valid, false means the object resource is released, you cannot use the object to call any method.

Namespace:  ComPDFKit.PDFDocument
Assembly:  ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 2.2.0.0 (2.2.0.0)
Syntax
C#
public bool IsValid()

Return Value

Type: Boolean
Whether object is valid, false means the object resource is released, you cannot use the object to call any method.
See Also