📄 vispdfd7.dpk
字号:
package VisPDFD7;
{$R *.res}
{$R 'VPDFReg.dcr'}
{$ALIGN 8}
{$ASSERTIONS OFF}
{$BOOLEVAL OFF}
{$DEBUGINFO OFF}
{$EXTENDEDSYNTAX ON}
{$IMPORTEDDATA ON}
{$IOCHECKS ON}
{$LOCALSYMBOLS OFF}
{$LONGSTRINGS ON}
{$OPENSTRINGS ON}
{$OPTIMIZATION ON}
{$OVERFLOWCHECKS ON}
{$RANGECHECKS ON}
{$REFERENCEINFO OFF}
{$SAFEDIVIDE OFF}
{$STACKFRAMES OFF}
{$TYPEDADDRESS OFF}
{$VARSTRINGCHECKS ON}
{$WRITEABLECONST OFF}
{$MINENUMSIZE 1}
{$IMAGEBASE $400000}
{$DESCRIPTION 'VisPDF Lib - VCL library for creating PDF files'}
{$IMPLICITBUILD OFF}
requires
rtl,
vcljpg,
vcl;
contains
VPDFReg in 'VPDFReg.pas',
VPDFCCITT in 'VPDFCCITT.pas',
VPDFData in 'VPDFData.pas',
VPDFDoc in 'VPDFDoc.pas',
VPDFFontRecords in 'VPDFFontRecords.pas',
VPDFFonts in 'VPDFFonts.pas',
VPDFImage in 'VPDFImage.pas',
VPDFTypes in 'VPDFTypes.pas',
VPDFWMF in 'VPDFWmf.pas',
VPDFZLib in 'VPDFZLib.pas',
VPDFZLibConst in 'VPDFZLibConst.pas',
VPDFBarcode in 'VPDFBarcode.pas',
VPDFCLibs in 'VPDFCLibs.pas',
VPDFCrypt in 'VPDFCrypt.pas',
VPDFJpegLib in 'VPDFJpegLib.pas',
VPDFObjects in 'VPDFObjects.pas',
VPDFTiff in 'VPDFTiff.pas';
end.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -