ZoomingPDFViewerCocoa/ZoomingPDFViewer/PDFView.h
// |
// PDFView.h |
// PageBasedPDF |
// |
// Created by Bob Thomas on 7/15/13. |
// Copyright (c) 2013 Apple DTS. All rights reserved. |
// |
#import <UIKit/UIKit.h> |
@interface PDFView : UIView |
@property CGPDFDocumentRef pdf; |
@property CGPDFPageRef page; |
@property int pageNumber; |
@property CGFloat myScale; |
@end |
Copyright © 2017 Apple Inc. All Rights Reserved. Terms of Use | Privacy Policy | Updated: 2017-04-27