IncludedParameters property (ILFilmSession Interface)
FilmSessionParameterEnum IncludedParameters | |
Overview |
Refer to Print Management SCU. |
Remarks
The IncludedParameters property specifies the parameters to be included when creating/updating the Film Session. It can be set to any combination of the following values:
Value |
Meaning |
FS_NUMBER_OF_COPIES |
[0x01] Includes the parameter specified by the NumberOfCopies property. |
FS_PRINT_PRIORITY |
[0x02] Includes the parameter specified by the PrintPriority property. |
FS_MEDIUM_TYPE |
[0x04] Includes the parameter specified by the MediumType property. |
FS_FILM_DESTINATION |
[0x08] Includes the parameter specified by the FilmDestination property. |
FS_FILM_SESSION_LABEL |
[0x10] Includes the parameter specified by the FilmSessionLabel property. |
FS_MEMORY_ALLOCATION |
[0x20] Includes the parameter specified by the MemoryAllocation property. |
FS_OWNER_ID |
[0x40] Includes the parameter specified by the OwnerID property. |
FS_ALL_PARAMETERS |
[0x7F] Combines all the above values and hence includes all the parameters. |
The property can also be set to 0; in this case, none of the parameters will be included.
If a parameter is not specified by the IncludedParameters property, the corresponding Attribute will not be included in the request to the Print SCP.
The default value of this property is 0.
See Also
Elements: |
|
Topics: |