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
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.
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.
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.
Update method (ILFilmBox): This method requests the Print SCP to update the current Basic Film Box SOP Instance.
Properties
AnnotationDisplayFormatID property (ILFilmBox Interface): This property specifies the Annotation Display Format ID (2010,0030).
BorderDensity property (ILFilmBox Interface): This property specifies the Border Density (2010,0100).
ConfigurationInformation property (ILFilmBox): This property specifies the Configuration Information (2010,0150).
EmptyImageDensity property: This property specifies the Empty Image Density (2010,0110).
FilmBox property. This property returns a reference to the LFilmBox object, which can be used to create and manipulate Film Boxes.
FilmOrientation property: This property specifies the Film Orientation (2010,0040).
FilmSizeID property: This property specifies the Film Size ID (2010,0050).
Illumination property (ILFilmBox): This property specifies the Illumination (2010,015E).
IncludedParameters property (ILFilmBox): This property specifies the parameters to be included when creating/updating the Film Box.
MagnificationType property (ILFilmBox): This property specifies the Magnification Type (2010,0060).
MaxDensity property (ILFilmBox): This property specifies the Max Density (2010,0130).
MinDensity property (ILFilmBox): This property specifies the Min Density (2010,0120).
ReflectedAmbientLight property (ILFilmBox): This property specifies the Reflected Ambient Light (2010,0160).
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.
RequestedResolutionID property: This property specifies the Requested Resolution ID (2020,0050).
SmoothingType property (ILFilmBox): This property specifies the Smoothing Type (2010,0080).
SOPInstanceUID property (ILFilmBox): This property specifies the SOP Instance UID of the current Basic Film Box SOP Instance.
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.