How to generate a document layout from scratch
This example shows the PDF Document Creation API that is used to programmatically generate a document layout.The Universal Subscription or an additional Document Server Subscription is required to use...
View ArticleHow to attach a file to the document
This example shows how to programmatically attach a txt file to the PDF document.The Universal Subscription or an additional Document Server Subscription is required to use this example in production...
View ArticleHow to programmatically fill a PDF Form with values
The following example demonstrates how to obtain a list of current fields in a PDF Form (via the PdfFormData.GetFieldNames method) and how to apply new field values to an existing PDF Form (via the...
View ArticleHow to add a digital signature into a PDF document
This example illustrates how to apply a digital signature to a PDF document. The Universal Subscription or an additional Document Server Subscription is required to use this example in production code....
View ArticleHow to protect a PDF document with a password
This example shows how a PDF document can be protected using both the owner and user passwords, as well as the user permissions.The Universal Subscription or an additional Document Server Subscription...
View ArticleHow to use the PDF printer settings
This example illustrates the application programming interface (API) available in the PDF Document Processor to maintain the document printer settings. This API is provided by the PdfPrinterSettings...
View ArticleHow to extract images from a PDF document at runtime
This example illustrates the use of the GetImages method for obtaining document bitmaps in code by using PdfDocumentProcessor.The Universal Subscription or an additional Document Server Subscription is...
View ArticleHow to delete pages from PDF
This example illustrates how to use PDF Document Processor for deleting pages from PDF.The Universal Subscription or an additional Document Server Subscription is required to use this example in...
View ArticleHow to rotate PDF pages
This example illustrates how to use PDF Document Processor for rotating PDF pages.The Universal Subscription or an additional Document Server Subscription is required to use this example in production...
View ArticleHow to operate a PDF content at runtime
This example demonstrates the capability of a PDF Document Processor to operate a PDF content at runtime.To extract the text of the currently opened PDF file, click File | Extract Text on the Ribbon...
View ArticleHow to create a custom theme for shapes in DiagramDesignerControl
Shapes in the Diagram control are colored according to an applied theme. To create a custom theme, add a resource dictionary into your application and add the Theme element into it. Each theme should...
View ArticleHow to: use a custom date-time measure unit in automatic scale mode
This example demonstrates how to specify a custom date-time measure unit in Automatic scale mode.
View ArticleHow to: use a custom numeric measure unit in Automatic scale mode
This example demonstrates how to specify a custom numeric measure unit in Automatic scale mode.
View ArticleHow to select/deselect row by clicking it and prevent a selection of other...
This example demonstrates how to create a helper class that allows you to select rows as if the CTRL button is pressed. I.e. rows selection is not cleared when a particular row is clicked. Only a...
View ArticledxDateBox - How to disable particular dates in the calendar
Currently, dxDateBox does not provide API that allows you to disable specific dates: T260958: dxDateBox - Is it possible to disable dates?. However, it is possible to implement a workaround. The main...
View ArticleASPxGridView - Shopping Cart example
This example illustrates how to implement a Shopping Cart functionality based on the ASPxGridView control.
View ArticleHow To: Customize DXTabControl's Content Header, Content Footer And Control...
DXTabControl provides special templates to customize the footer, header and control box areas. These templates are:...
View Article