Code Monkey home page Code Monkey logo

4d-plugin-core-printing's Introduction

4d-plugin-core-printing

##Platform

carbon cocoa win32 win64
๐Ÿ†— ๐Ÿ†— ๐Ÿšซ ๐Ÿšซ

Commands

// --- Page Format
CP_Get_orientation
CP_SET_ORIENTATION
CP_Get_scale
CP_SET_SCALE

// --- Print Settings
CP_Get_copies
CP_SET_COPIES
CP_Get_first_page
CP_SET_FIRST_PAGE
CP_get_last_page
CP_SET_LAST_PAGE
CP_get_job_name
CP_SET_JOB_NAME
CP_get_duplex
CP_SET_DUPLEX
CP_get_collate
CP_SET_COLLATE

// --- Printer
CP_GET_PRINTER_LIST
CP_get_default_printer
CP_SET_DEFAULT_PRINTER
CP_get_printer_state

// --- XML
CP_XML_Get_page_format
CP_XML_Get_print_settings
CP_XML_SET_PAGE_FORMAT
CP_XML_SET_PRINT_SETTINGS

Examples

$orientation:=CP Get orientation 
CP SET ORIENTATION ($orientation)

$scale:=CP Get scale 
CP SET SCALE ($scale)

$copies:=CP Get copies 
CP SET COPIES ($copies)

$page:=CP Get first page 
CP SET FIRST PAGE ($page)

$name:=CP get job name 
CP SET JOB NAME ($name)

$page:=CP get last page 
CP SET LAST PAGE ($page)

$collate:=CP get collate 
CP SET COLLATE ($collate)

$duplex:=CP get duplex 
CP SET DUPLEX ($duplex)

CP GET PRINTER LIST (ARRAY;ARRAY)

$printer:=CP get default printer 
CP SET DEFAULT PRINTER ($printer)

$state:=CP get printer state ($printer)

$format:=CP XML Get page format 
CP XML SET PAGE FORMAT ($format)

$settings:=CP XML Get print settings 
CP XML SET PRINT SETTINGS ($settings)

4d-plugin-core-printing's People

Contributors

miyako avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.