Click or drag to resize

PdfDestination IsValid Property

Gets a value indicating whether this instance is valid.

Namespace: Spire.Pdf.General
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public bool IsValid { get; }

Property Value

Type: Boolean
true if this instance is valid; otherwise, false .
See Also