[][src]Trait uikit_sys::IUIGraphicsPDFRendererFormat

pub trait IUIGraphicsPDFRendererFormat: Sized + Deref {
    unsafe fn documentInfo(self) -> NSDictionary
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setDocumentInfo_(self, documentInfo: NSDictionary)
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn documentInfo(self) -> NSDictionary where
    Self::Target: Message + Sized

unsafe fn setDocumentInfo_(self, documentInfo: NSDictionary) where
    Self::Target: Message + Sized

Loading content...

Implementors

impl IUIGraphicsPDFRendererFormat for UIGraphicsPDFRendererFormat[src]

Loading content...