Working With The LFilmBox Object

The FilmBox property returns a reference to the LFilmBox object. This object exposes the ILFilmBox interface, which defines the following properties and methods to handle Film Boxes:

Methods

image\sqrblit.gif Create method (ILFilmBox): This method requests the Print SCP to create a Basic Film Box SOP Instance. A Film Session must have been created before creating Film Boxes.

image\sqrblit.gif Delete method (ILFilmBox): This method requests the Print SCP to delete the current Basic Film Box SOP Instance. There must be a Film Box currently created before using this method.

image\sqrblit.gif PrintBox method: This method requests the Print SCP to print the current Film Box. There must be a Film Box currently created before using this method.

image\sqrblit.gif Update method (ILFilmBox): This method requests the Print SCP to update the current Basic Film Box SOP Instance.

Properties

image\sqrblit.gif AnnotationDisplayFormatID property (ILFilmBox Interface): This property specifies the Annotation Display Format ID (2010,0030).

image\sqrblit.gif BorderDensity property (ILFilmBox Interface): This property specifies the Border Density (2010,0100).

image\sqrblit.gif ConfigurationInformation property (ILFilmBox): This property specifies the Configuration Information (2010,0150).

image\sqrblit.gif EmptyImageDensity property: This property specifies the Empty Image Density (2010,0110).

image\sqrblit.gif FilmBox property. This property returns a reference to the LFilmBox object, which can be used to create and manipulate Film Boxes.

image\sqrblit.gif FilmOrientation property: This property specifies the Film Orientation (2010,0040).

image\sqrblit.gif FilmSizeID property: This property specifies the Film Size ID (2010,0050).

image\sqrblit.gif Illumination property (ILFilmBox): This property specifies the Illumination (2010,015E).

image\sqrblit.gif IncludedParameters property (ILFilmBox): This property specifies the parameters to be included when creating/updating the Film Box.

image\sqrblit.gif MagnificationType property (ILFilmBox): This property specifies the Magnification Type (2010,0060).

image\sqrblit.gif MaxDensity property (ILFilmBox): This property specifies the Max Density (2010,0130).

image\sqrblit.gif MinDensity property (ILFilmBox): This property specifies the Min Density (2010,0120).

image\sqrblit.gif ReflectedAmbientLight property (ILFilmBox): This property specifies the Reflected Ambient Light (2010,0160).

image\sqrblit.gif RefPresLUTInstanceUID property (ILFilmBox): This property specifies the SOP Instance UID of a previously created Presentation LUT SOP Instance to be referenced by the Film Box.

image\sqrblit.gif RequestedResolutionID property: This property specifies the Requested Resolution ID (2020,0050).

image\sqrblit.gif SmoothingType property (ILFilmBox): This property specifies the Smoothing Type (2010,0080).

image\sqrblit.gif SOPInstanceUID property (ILFilmBox): This property specifies the SOP Instance UID of the current Basic Film Box SOP Instance.

image\sqrblit.gif Trim property: This property specifies the Trim (2010,0140).

For example, once the Film Session is created, the Print SCP can be requested to create one or more Film Boxes using the Create method of the ILFilmBox interface.