Class PdfSplitResult
Pdf split result
Inheritance
System.Object
PdfSplitResult
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.DocumentProcessing
Assembly: Simplic.DocumentProcessing.dll
Syntax
public class PdfSplitResult
Properties
| Improve this Doc View SourceBarcode
Gets or sets the optional barcode
Declaration
public string Barcode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
BarcodeType
Gets or sets the optional barcode type
Declaration
public string BarcodeType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PageCount
Gets or sets the page count of the new pdf
Declaration
public int PageCount { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Gets or sets the new pdf page as byte array
Declaration
public byte[] Pdf { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] |