DicomObjects Reference
DicomObjects Reference / DicomPrint Object / FilmSize Property
FilmSize Property
Description
Film size to request
Property type
Read-write property
Syntax
Visual Basic
Public Property FilmSize As String
Remarks

These are the most commonly used variables when printing so they are given names, so that users do not need to remember the attribute tags for each, and which of the Datasets they apply to.  These properties are simply shortcuts to  values in Session or FilmBox.  The equivalences and default values are as below:

Property DataSet Tags Default
FilmSize  FilmBox 2010,0050 blank (printer default)
Orientation FilmBox 2010,0040 PORTRAIT
Format FilmBox 2010,0010 STANDARD\1,1
AnnotationFormat FilmBox 2010,0030 blank
Copies Session 2000,0010 1

 

See Also