Class SBSDKPDFAttributes
- Namespace
- ScanbotSDK.iOS
- Assembly
- DocumentSDK.NET.iOS.dll
public class SBSDKPDFAttributes : NSObject, INSCopying, INativeObject, IDisposable
- Inheritance
-
SBSDKPDFAttributes
- Implements
-
INSCopying
INativeObject
Constructors
SBSDKPDFAttributes()
public SBSDKPDFAttributes()
SBSDKPDFAttributes(NSObjectFlag)
protected SBSDKPDFAttributes(NSObjectFlag t)
Parameters
t
NSObjectFlag
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
Hash
public virtual nuint Hash { get; }
Property Value
- nuint
Keywords
public virtual string Keywords { get; set; }
Property Value
- string
Subject
public virtual string Subject { get; set; }
Property Value
- string
Title
public virtual string Title { get; set; }
Property Value
- string
Methods
Copy(NSZone?)
public virtual NSObject Copy(NSZone? zone)
Parameters
zone
NSZone
Returns
- NSObject
FromJsonWithJson(string)
public static SBSDKPDFAttributes? FromJsonWithJson(string json)
Parameters
json
string
Returns
- SBSDKPDFAttributes
IsEqual(NSObject?)
public virtual bool IsEqual(NSObject? @object)
Parameters
object
NSObject
Returns
- bool
ToJsonWithConfiguration(SBSDKToJSONConfiguration)
public virtual string ToJsonWithConfiguration(SBSDKToJSONConfiguration configuration)
Parameters
configuration
SBSDKToJSONConfiguration
Returns
- string