Class PdfAttributes
- Namespace
- ScanbotSDK.MAUI
- Assembly
- ScanbotSDK.Shared.dll
public class PdfAttributes
- Inheritance
-
PdfAttributes
- Inherited Members
-
Constructors
PdfAttributes()
Properties
Author
public string Author { get; set; }
Property Value
- string
Creator
public string Creator { get; set; }
Property Value
- string
Keywords
public string Keywords { get; set; }
Property Value
- string
Subject
public string Subject { get; set; }
Property Value
- string
Title
public string Title { get; set; }
Property Value
- string
Methods
FromJson(string)
public static PdfAttributes FromJson(string rawJson)
Parameters
rawJson
string
Returns
- PdfAttributes
FromNative(PdfAttributes)
public static PdfAttributes FromNative(PdfAttributes source)
Parameters
source
PdfAttributes
Returns
- PdfAttributes
FromNative(SBSDKPDFAttributes)
public static PdfAttributes FromNative(SBSDKPDFAttributes source)
Parameters
source
SBSDKPDFAttributes
Returns
- PdfAttributes
ToNative()
public PdfAttributes ToNative()
Returns
- PdfAttributes