Repository URL to install this package:
|
Version:
3.2.0 ▾
|
{ Parsed from AppKit.framework NSPDFImageRep.h }
{$ifdef TYPES}
type
NSPDFImageRepPtr = ^NSPDFImageRep;
{$endif}
{$ifdef CLASSES}
type
NSPDFImageRep = objcclass external (NSImageRep)
private
_pdfData: NSData;
_reserved1: cint;
_reserved2: cint;
_private: id;
public
class function imageRepWithData (pdfData: NSData): instancetype; message 'imageRepWithData:';
function initWithData (pdfData: NSData): instancetype; message 'initWithData:';
function PDFRepresentation: NSData; message 'PDFRepresentation';
function bounds: NSRect; message 'bounds';
procedure setCurrentPage(newValue: NSInteger); message 'setCurrentPage:';
function currentPage: NSInteger; message 'currentPage';
function pageCount: NSInteger; message 'pageCount';
end;
{$endif}