Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 837 Bytes

File metadata and controls

10 lines (8 loc) · 837 Bytes

Add button with image to PDF document in C# and VB.NET

This sample shows how to create buttons with images in PDF documents using Docotic.Pdf library.

You can add an image to a button using the PdfButton.Image property. Use the PdfButton.Layout property to specify how text and image on the button surfaces should be placed relative to each other. You can also define how the image on the button should be scaled by using the PdfButton.ImageScaleMode property.

See also