Up

NSPDFImageRep class documentation

Authors

Generated by Gregory John Casamento,,,

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

Software documentation for the NSPDFImageRep class

NSPDFImageRep : NSImageRep

Declared in:
AppKit/NSPDFImageRep.h
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

Instance Variables

Method summary

imageRepWithData: 

+ (instancetype) imageRepWithData: (NSData*)imageData;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

PDFRepresentation 

- (NSData*) PDFRepresentation;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

bounds 

- (NSRect) bounds;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

currentPage 

- (NSInteger) currentPage;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

initWithData: 

- (instancetype) initWithData: (NSData*)imageData;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

pageCount 

- (NSInteger) pageCount;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

setCurrentPage: 

- (void) setCurrentPage: (NSInteger)currentPage;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.



Instance Variables for NSPDFImageRep Class

_currentPage

@protected NSUInteger _currentPage;
Availability: Not in OpenStep/MacOS-X

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.

_pageReps

@protected NSArray* _pageReps;
Availability: Not in OpenStep/MacOS-X

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.

_pdfRepresentation

@protected NSData* _pdfRepresentation;
Availability: Not in OpenStep/MacOS-X

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