Interface IPdfDocumentId
PDF document identifier
Namespace: IronPdf
Assembly: IronPdf.dll
Syntax
public interface IPdfDocumentId
Properties
IsValid
Document identifier is valid
Declaration
bool IsValid { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
NativeId
Internal native document identifier
Declaration
int NativeId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
RemoteId
Internal remote document identifier
Declaration
string RemoteId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ToPdfDocument
Convert or casting to PdfDocument
Declaration
PdfDocument ToPdfDocument { get; }
Property Value
Type | Description |
---|---|
PdfDocument |
Type
Document ID type
Declaration
PdfDocumentType Type { get; }
Property Value
Type | Description |
---|---|
PdfDocumentType |
UnderneathPdfDocument
Underneath PdfDocument object for avoid creating duplicate object
Declaration
PdfDocument UnderneathPdfDocument { get; }
Property Value
Type | Description |
---|---|
PdfDocument |