[][src]Trait image_capture_core::scanner_functional_units::ICScannerFunctionalUnitPositiveTransparency

pub trait ICScannerFunctionalUnitPositiveTransparency: Sized {
    unsafe fn supportedDocumentTypes(self) -> id;
unsafe fn documentType(self) -> ICScannerDocumentType;
unsafe fn setDocumentType(self, documentType: ICScannerDocumentType);
unsafe fn documentSize(self) -> NSSize; }

ICScannerFunctionalUnitPositiveTransparency is a concrete subclass of ICScannerFunctionalUnit class. ICScannerDevice creates instances of this class.

Required methods

unsafe fn supportedDocumentTypes(self) -> id

Supported document types. The values in this set are valid values defined by ICScannerDocumentType.

unsafe fn documentType(self) -> ICScannerDocumentType

Current document type. This will always be one of the supported document types.

unsafe fn setDocumentType(self, documentType: ICScannerDocumentType)

Set the current document type.

unsafe fn documentSize(self) -> NSSize

Document size of the current document type expressed in current measurement unit.

Loading content...

Implementations on Foreign Types

impl ICScannerFunctionalUnitPositiveTransparency for id[src]

Loading content...

Implementors

Loading content...