Click or drag to resize

CPDFBackgroundIsValid 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.0.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