Up

NSPDFInfo class documentation

Authors

Generated by Gregory John Casamento,,,

Date: Generated at 2023-12-22 15:07:50 -0500

Software documentation for the NSPDFInfo class

NSPDFInfo : NSObject

Declared in:
AppKit/NSPDFInfo.h
Conforms to:
NSCoding
NSCopying
Availability: MacOS-X 10.9.0

Description forthcoming.

Instance Variables

Method summary

URL 

- (NSURL*) URL;
Availability: MacOS-X 10.9.0

Description forthcoming.

attributes 

- (NSMutableDictionary*) attributes;
Availability: MacOS-X 10.9.0

Description forthcoming.

isFileExtensionHidden 

- (BOOL) isFileExtensionHidden;
Availability: MacOS-X 10.9.0

Description forthcoming.

orientation 

- (NSPaperOrientation) orientation;
Availability: MacOS-X 10.9.0

Description forthcoming.

paperSize 

- (NSSize) paperSize;
Availability: MacOS-X 10.9.0

Description forthcoming.

setFileExtensionHidden: 

- (void) setFileExtensionHidden: (BOOL)flag;
Availability: MacOS-X 10.9.0

Description forthcoming.

setOrientation: 

- (void) setOrientation: (NSPaperOrientation)orientation;
Availability: MacOS-X 10.9.0

Description forthcoming.

setPaperSize: 

- (void) setPaperSize: (NSSize)size;
Availability: MacOS-X 10.9.0

Description forthcoming.

tagNames 

- (NSArray*) tagNames;
Availability: MacOS-X 10.9.0

Description forthcoming.



Instance Variables for NSPDFInfo Class

_attributes

@protected NSMutableDictionary* _attributes;
Availability: MacOS-X 10.9.0

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.

_fileExtensionHidden

@protected BOOL _fileExtensionHidden;
Availability: MacOS-X 10.9.0

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.

_orientation

@protected NSPaperOrientation _orientation;
Availability: MacOS-X 10.9.0

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.

_paperSize

@protected NSSize _paperSize;
Availability: MacOS-X 10.9.0

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.

_tagNames

@protected NSArray* _tagNames;
Availability: MacOS-X 10.9.0

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.

_url

@protected NSURL* _url;
Availability: MacOS-X 10.9.0

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.





Up