PXS_StreamEncoderParamStruct Structure
From PDF XChange PDF SDK
(Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 1: | Line 1: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:PXS_StreamEncoderParamStruct Structure}} | {{#customTitle:PXS_StreamEncoderParamStruct Structure}} | ||
+ | {{ToWrite}} | ||
+ | {{ToReview}} | ||
Specifies the ... | Specifies the ... |
Revision as of 21:55, 20 April 2015
Specifies the ...
Syntax
struct PXS_StreamEncoderParamStruct { ULONG m_nObjNumber; ULONG m_nRevNumber; ULONG m_StreamType; VARIANT_BOOL m_bCryptInFilter; VARIANT_BOOL m_bNeedCrypt; IPXS_PDFVariant* m_CryptFilterParams; IPXS_PDFVariant* m_NewCryptParams; };
Members
- m_nObjNumber
- Value of ULONG ...
- m_nRevNumber
- Value of ULONG ...
- m_StreamType
- Value of ULONG ...
- m_bCryptInFilter
- Value of VARIANT_BOOL ...
- m_bNeedCrypt
- Value of VARIANT_BOOL ...
- m_CryptFilterParams
- Pointer to IPXS_PDFVariant ...
- m_NewCryptParams
- Pointer to IPXS_PDFVariant ...
See Also
See also ...