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; }
Public ReadOnly Property IsValid As Boolean
Get
public:
property bool IsValid {
bool get ();
}
member IsValid : bool with get
Property Value
Type:
Boolean
true
if this instance is valid; otherwise,
false
.
See Also