Table of Contents

Class SBSDKPDFAttributes

Namespace
ScanbotSDK.iOS
Assembly
DocumentSDK.NET.iOS.dll
public class SBSDKPDFAttributes : NSObject
Inheritance
SBSDKPDFAttributes

Constructors

SBSDKPDFAttributes(NSObjectFlag?)

protected SBSDKPDFAttributes(NSObjectFlag? t)

Parameters

t NSObjectFlag

SBSDKPDFAttributes(NSUrl)

public SBSDKPDFAttributes(NSUrl pdfURL)

Parameters

pdfURL NSUrl

SBSDKPDFAttributes(NativeHandle?)

protected SBSDKPDFAttributes(NativeHandle? handle)

Parameters

handle NativeHandle

SBSDKPDFAttributes(string?, string?, string?, string?, string[]?)

public SBSDKPDFAttributes(string? author, string? creator, string? title, string? subject, string[]? keywords)

Parameters

author string
creator string
title string
subject string
keywords string[]

Properties

Author

public virtual string? Author { get; set; }

Property Value

string

ClassHandle

public override NativeHandle? ClassHandle { get; }

Property Value

NativeHandle

Creator

public virtual string? Creator { get; set; }

Property Value

string

Keywords

public virtual string[]? Keywords { get; set; }

Property Value

string[]

KeywordsString

public virtual string? KeywordsString { get; }

Property Value

string

Subject

public virtual string? Subject { get; set; }

Property Value

string

Title

public virtual string? Title { get; set; }

Property Value

string

Methods

SaveToPDFFileAt(NSUrl, out NSError?)

public virtual bool SaveToPDFFileAt(NSUrl url, out NSError? error)

Parameters

url NSUrl
error NSError

Returns

bool