Table of Contents

Class PdfAttributes

Namespace
ScanbotSDK.MAUI.Core.PdfGeneration
Assembly
DocumentSDK.MAUI.dll
public class PdfAttributes
Inheritance
PdfAttributes
Inherited Members

Constructors

PdfAttributes()

public 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